-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add comprehensive audio operations support #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…audio processing
…andle_info` function
…tural sorting of files
…conversion, normalization, trimming, and more
…dio operations as completed
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
This PR implements comprehensive audio processing operations for forgekit, adding support for audio conversion, normalization, trimming, joining, volume adjustment, and format detection. The implementation includes a new
ffmpegtool adapter, audio processing job specifications, and a complete CLI interface for audio operations. This completes the v0.0.7 milestone deliverables.Type of Change
feat: New featurefix: Bug fixdocs: Documentation onlyrefactor: Code refactoring (no behavior change)perf: Performance improvementtest: Adding or updating testsbuild: Build system or dependenciesci: CI/workflow changeschore: Maintenance tasksScope
cli- CLI commands and interfacecore- Core library functionalitytools- Tool integrations (qpdf, ghostscript, etc.)pdf- PDF-specific operationspackaging- Package configurationsRelated Issues
Completes v0.0.7 milestone - Audio Operations
Checklist
type(scope): descriptioncargo test)cargo clippyandcargo fmt)Breaking Changes
Screenshots / Output
New Audio Commands
Convert audio format
Normalize audio with EBU R128
Extract audio from video
Trim audio segment
Join multiple audio files
Adjust volume
Convert to mono
Get audio information